SD Card Audio Player
In the Making Music project, you learned how to generate simple sound with the Arduino. In this project, you'll learn how to use the Arduino to play audio (MP3) files stored on a microSD card using the Music Shield audio module.
Parts needed:
| ![]() ![]() | |
1 | Making the connections
The Music Shield audio module can be plugged directly on top of the Arduino so no other connections are necessary. | ![]() |
2 | Prepare SD card.
You must use a SanDisk 2GB microSD card.
| |
3 | Download the Music_Shield_V2_0 library. | |
4 | Install the Music Shield library by selecting Sketch from the Arduino IDE menu
Click the Open button. (Refer to this document for more information on how to install a library if you run into problems.) | |
5 | Create a new program by selecting File from the menu
| |
6 | Upload and run the program, and you should all the songs that you have copied onto the SD card. | |